home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 23 / 5 / DISK2353.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-03-22  |  1KB  |  48 lines

  1. echo off
  2. cls
  3. echo InteMenu Installation (8 user version) - By JC Systems
  4. echo ------------------------------------------------------
  5. echo Confirm the following:
  6. echo 1. Current directory is where you want to install InteMenu
  7. echo 2. Current directory is a network directory
  8. echo 3. You have names of users (Max. 16 characters)
  9. echo 4. You have copied all files from distribution disk
  10. echo
  11. echo Press ENTER to proceed, Crtl-C to stop installation
  12. pause
  13. md a
  14. copy mm.dat a
  15. copy message.* a
  16. md b
  17. copy mm.dat b
  18. copy message.* b
  19. md c
  20. copy mm.dat c
  21. copy message.* c
  22. md d
  23. copy mm.dat d
  24. copy message.* d
  25. md e
  26. copy mm.dat e
  27. copy message.* e
  28. md f
  29. copy mm.dat f
  30. copy message.* f
  31. md g
  32. copy mm.dat g
  33. copy message.* g
  34. md h
  35. copy mm.dat h
  36. copy message.* h
  37. makeuser
  38. cls
  39. echo Installation Completed!
  40. echo Type A to start for user A
  41. echo Type B or C or D to start for user B,C,D, etc.
  42. echo Remember to edit Menu Choice 'A' of News Broadcast '9'
  43. echo so that its Path reads something like this:
  44. echo eg. F:\INTEMENU\NEWS.DAT
  45. echo if F:\INTEMENU is your current drive and directory.
  46. echo Always start InteMenu from this directory.
  47. echo README.TXT has more details.
  48.